home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 12660 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.8 KB

  1. Path: nntp.teleport.com!usenet
  2. From: qp7@teleport.com (QP7)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Borland 4.5 C++ Books
  5. Date: Thu, 21 Mar 1996 01:56:44 GMT
  6. Organization: SHATTERED PERSPECTIVES
  7. Message-ID: <4iqcv2$la7@nadine.teleport.com>
  8. References: <314da371.1560402@news.iadfw.net>
  9. NNTP-Posting-Host: ip-pdx14-44.teleport.com
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. tfarage@utdallas.edu (Timothy Farage) wrote:
  13.  
  14. >What would be a good book to learn how to develop Windows (3.1 or
  15. >Windows 95) applications under Borland 4.51 C++?  Also, what are the
  16. >differences between Borland 4.51 & Borland 4.52?
  17.  
  18. >Timothy Farage
  19. >tfarage@utdallas.edu
  20.  
  21. The first C++ book I ever read was Using Borland C++ 4.5 (ISBN
  22. 0-7897-0072-7) by QUE publishing, and it was real good.  It gets you
  23. started with API programming, DLLs, and the Borland OWL.  I didn't
  24. understand it the first time through because it was a little over my
  25. head, but when I read it again (after getting familiar with C++) I got
  26. it.
  27.  
  28. There's also a book called Schildt's Windows95 Programming in C and
  29. C++ (ISBN 0-07-882081-2) that's good but not great.  It's extreemely
  30. easy to understand and it goes into *fairly* good detail on 32-bit
  31. windows programming.  It's lacking in several areas in that it only
  32. covers 32-bit controls and a few basic concepts, and it doesn't go
  33. into depth on programming an application.  In other words, I've never
  34. seen so many trivial examples in my life.  But I'm glad I read it.
  35. One thing -- he approaches it from the Visual C++ 2.0 approach so
  36. everything doesn't apply.  There's a couple minor differences (like
  37. casting a call to the dialog box function to DLGPROC), and the tab
  38. control isn't supported under Borland 4.5x (as far as I know).  But I
  39. still recommend it.
  40.  
  41. As for the difference between 4.51 and 4.52... notaclue.
  42.  
  43. - QP7 -
  44.  
  45.